FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.dhdr.r4.v4#0.1.2-beta (94 ms)

Package ca.on.dhdr.r4.v4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Medication
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Medication
Version 1.0.0
Status active
Date 2022-02-18
Name Medication
Experimental False
Realm ca
Authority hl7
Description This resource is used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication.
Type Medication
Kind resource

Resources that use this resource

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationDispense MedicationDispense
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationRequest MedicationRequestPrescription

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-compound-indicator CompoundIndicator
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-medication-strength MedicationStrength
https://fhir.infoway-inforoute.ca/ValueSet/drugclassification DrugClassification
https://fhir.infoway-inforoute.ca/ValueSet/drugsubclassification DrugSubClassification
https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondrugform PrescriptionDrugForm


Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType" : "StructureDefinition",
  "id" : "9de0a159-f64e-4a20-8f98-96d1ef353015",
  "meta" : {
    "lastUpdated" : "2022-02-18T19:41:38.913+00:00"
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Medication",
  "version" : "1.0.0",
  "name" : "Medication",
  "status" : "active",
  "date" : "2022-02-18",
  "description" : "This resource is used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Medication",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Medication",
        "path" : "Medication",
        "mustSupport" : true
      },
      {
        "id" : "Medication.id",
        "path" : "Medication.id",
        "mustSupport" : true
      },
      {
        "id" : "Medication.extension",
        "path" : "Medication.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Medication.extension:MedicationStrength",
        "path" : "Medication.extension",
        "sliceName" : "MedicationStrength",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-medication-strength"
            ]
          }
        ]
      },
      {
        "id" : "Medication.extension:compoundIndicator",
        "path" : "Medication.extension",
        "sliceName" : "compoundIndicator",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-compound-indicator"
            ]
          }
        ]
      },
      {
        "id" : "Medication.code",
        "path" : "Medication.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding",
        "path" : "Medication.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            },
            {
              "type" : "value",
              "path" : "code"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "max" : "8",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugIdentifier",
        "path" : "Medication.code.coding",
        "sliceName" : "drugIdentifier",
        "definition" : "A reference to a code defined by a terminology system.\r\n\r\nDHDR: Drug Identification Number (DIN). Number issued by Health Canada for drugs that can be legally marketed in Canada.\r\nIn absence of DINs, Product Identification Numbers (PINs) may be provided instead.\r\nNote: A future release would also support CCDD Manufactured Product codes",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugIdentifier.system",
        "path" : "Medication.code.coding.system",
        "definition" : "The identification of the code system that defines the meaning of the symbol in the code.\r\n\r\nDHDR: The identification of the code system that defines the meaning of the symbol in the code.\r\nURI of Health Canada DIN or Ontario Provincial PIN or Local Insurance PIN\r\n\r\nIn a future release, also URI of CCDD Manufactured Product\r\n\r\n\r\nhttp://hl7.org/fhir/NamingSystem/ca-hc-din \r\n\"http://ehealthontario.ca/fhir/NamingSystem/ca-on-provincial-pin\" \r\n\"http://ehealthontario.ca/fhir/NamingSystem/ca-on-local-pin\"",
        "min" : 1,
        "fixedUri" : "http://hl7.org/fhir/NamingSystem/ca-hc-din",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugIdentifier.code",
        "path" : "Medication.code.coding.code",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).\r\n\r\nDHDR: DIN/PIN of the dispensed drug or pharmacy service. Symbol in syntax defined by the system\r\n\r\nIn a future release, also Manufactured Product code from CCDD.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugIdentifier.display",
        "path" : "Medication.code.coding.display",
        "definition" : "A representation of the meaning of the code in the system, following the rules of the system.\r\n\r\nDHDR: Brand name. Brand/display name of the dispensed drug or pharmacy service.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugGeneric",
        "path" : "Medication.code.coding",
        "sliceName" : "drugGeneric",
        "definition" : "A reference to a code defined by a terminology system.\r\n\r\nDHDR: Drug Name (Generic). Non-proprietary name or generic name of the drug dispensed.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugGeneric.system",
        "path" : "Medication.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://ehealthontario.ca/fhir/NamingSystem/ca-drug-gen-name",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugGeneric.display",
        "path" : "Medication.code.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugClass",
        "path" : "Medication.code.coding",
        "sliceName" : "drugClass",
        "definition" : "A reference to a code defined by a terminology system.\r\n\r\nDHDR: Therapeutic Classification Name. Pharmacologic-therapeutic classification of the dispensed drug or pharmacy service, used to group interchangeable drug products.\r\nBased on American Hospital Formulary Service (AHFS)",
        "max" : "3",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugClass.system",
        "path" : "Medication.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://ehealthontario.ca/fhir/NamingSystem/ca-on-drug-class-ahfs",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugClass.code",
        "path" : "Medication.code.coding.code",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).\r\n\r\nSubset Defining URL : https://tgateway.infoway-inforoute.ca/vs/drugclassification",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/drugclassification"
        }
      },
      {
        "id" : "Medication.code.coding:drugClass.display",
        "path" : "Medication.code.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugSubclass",
        "path" : "Medication.code.coding",
        "sliceName" : "drugSubclass",
        "definition" : "A reference to a code defined by a terminology system.\r\n\r\nDHDR: Therapeutic Sub-Classification Name. Pharmacologic-therapeutic sub-classification of the dispensed drug or pharmacy service\r\n\r\nBased on American Hospital Formulary Service (AHFS)",
        "max" : "3",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugSubclass.system",
        "path" : "Medication.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://ehealthontario.ca/fhir/NamingSystem/ca-on-drug-subclass-ahfs",
        "mustSupport" : true
      },
      {
        "id" : "Medication.code.coding:drugSubclass.code",
        "path" : "Medication.code.coding.code",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).\r\n\r\nSubset Defining URL : https://tgateway.infoway-inforoute.ca/vs/drugsubclassification",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/drugsubclassification"
        }
      },
      {
        "id" : "Medication.code.coding:drugSubclass.display",
        "path" : "Medication.code.coding.display",
        "mustSupport" : true
      },
      {
        "id" : "Medication.form",
        "path" : "Medication.form",
        "comment" : "When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form.\r\n\r\nDHDR: Drug Dosage Form. Form of the drug dispensed (e.g. tablet, capsule, injection). Dosage information is presented as a text rather than a code/system pair.",
        "mustSupport" : true
      },
      {
        "id" : "Medication.form.coding",
        "path" : "Medication.form.coding",
        "definition" : "A reference to a code defined by a terminology system.\r\n\r\nSubset Defining URL: https://tgateway.infoway-inforoute.ca/vs/prescriptiondrugform",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondrugform"
        }
      },
      {
        "id" : "Medication.form.coding.system",
        "path" : "Medication.form.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.form.coding.code",
        "path" : "Medication.form.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Medication.form.coding.display",
        "path" : "Medication.form.coding.display",
        "mustSupport" : true
      },
      {
        "id" : "Medication.form.text",
        "path" : "Medication.form.text",
        "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.\r\n\r\nDHDR: Plain text representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user, e.g. “Inj Sol”\r\nE.g., a combination of abbreviations: https://tgateway.infoway-inforoute.ca/vs/drugdosageformabbreviations",
        "min" : 1,
        "mustSupport" : true
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.